[INFO] fetching crate mediatype 0.21.0...
[INFO] testing mediatype-0.21.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate mediatype 0.21.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate mediatype 0.21.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mediatype 0.21.0
[INFO] tweaked toml for crates.io crate mediatype 0.21.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mediatype 0.21.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mediatype 0.21.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syn v2.0.39
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c1a535bca042124af449044d31fb7909366f2f6d3424f66314ce1488108dc3d
[INFO] running `Command { std: "docker" "start" "-a" "7c1a535bca042124af449044d31fb7909366f2f6d3424f66314ce1488108dc3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c1a535bca042124af449044d31fb7909366f2f6d3424f66314ce1488108dc3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c1a535bca042124af449044d31fb7909366f2f6d3424f66314ce1488108dc3d", kill_on_drop: false }`
[INFO] [stdout] 7c1a535bca042124af449044d31fb7909366f2f6d3424f66314ce1488108dc3d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d4a16b219d36218f78f582dff001ffadf987757000bd19c80f259a14ec764d26
[INFO] running `Command { std: "docker" "start" "-a" "d4a16b219d36218f78f582dff001ffadf987757000bd19c80f259a14ec764d26", kill_on_drop: false }`
[INFO] [stderr]    Compiling mediatype v0.21.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:147:15
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params {
[INFO] [stdout]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:151:18
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stdout]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name {
[INFO] [stdout]    |               ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name {
[INFO] [stdout]    |                  ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name> {
[INFO] [stdout]    |                   ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name<'_>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params {
[INFO] [stdout]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stdout]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params;
[INFO] [stdout]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value>;
[INFO] [stdout]    |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value<'_>>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
[INFO] running `Command { std: "docker" "inspect" "d4a16b219d36218f78f582dff001ffadf987757000bd19c80f259a14ec764d26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4a16b219d36218f78f582dff001ffadf987757000bd19c80f259a14ec764d26", kill_on_drop: false }`
[INFO] [stdout] d4a16b219d36218f78f582dff001ffadf987757000bd19c80f259a14ec764d26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf4e6c59102d1d131abdbb3471b2bd7b7c2e9c2f2b3a58295bed0933a7302647
[INFO] running `Command { std: "docker" "start" "-a" "bf4e6c59102d1d131abdbb3471b2bd7b7c2e9c2f2b3a58295bed0933a7302647", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:147:15
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params {
[INFO] [stdout]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:151:18
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stdout]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name {
[INFO] [stdout]    |               ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name {
[INFO] [stdout]    |                  ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name> {
[INFO] [stdout]    |                   ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name<'_>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params {
[INFO] [stdout]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stdout]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params;
[INFO] [stdout]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value>;
[INFO] [stdout]    |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value<'_>>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mediatype v0.21.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:147:15
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params {
[INFO] [stdout]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:151:18
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stdout]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name {
[INFO] [stdout]    |               ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name {
[INFO] [stdout]    |                  ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name> {
[INFO] [stdout]    |                   ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name<'_>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params {
[INFO] [stdout]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stdout]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params;
[INFO] [stdout]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value>;
[INFO] [stdout]    |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value<'_>>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.25s
[INFO] running `Command { std: "docker" "inspect" "bf4e6c59102d1d131abdbb3471b2bd7b7c2e9c2f2b3a58295bed0933a7302647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf4e6c59102d1d131abdbb3471b2bd7b7c2e9c2f2b3a58295bed0933a7302647", kill_on_drop: false }`
[INFO] [stdout] bf4e6c59102d1d131abdbb3471b2bd7b7c2e9c2f2b3a58295bed0933a7302647
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 774fdfdbd951f8435308ca415f762a1d459bddc846b68c156aa54b1e324e7cf1
[INFO] running `Command { std: "docker" "start" "-a" "774fdfdbd951f8435308ca415f762a1d459bddc846b68c156aa54b1e324e7cf1", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]    --> src/media_type.rs:147:15
[INFO] [stdout] running 24 tests
[INFO] [stderr]     |
[INFO] [stdout] test media_type::tests::clear_params ... ok
[INFO] [stderr] 147 |     fn params(&self) -> Params {
[INFO] [stdout] test media_type::tests::cmp ... ok
[INFO] [stderr]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test media_type::tests::get_param ... ok
[INFO] [stderr]     |               |
[INFO] [stdout] test media_type::tests::hash ... ok
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stdout] test media_type::tests::set_param ... ok
[INFO] [stderr]     |
[INFO] [stdout] test media_type_buf::tests::cmp ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test media_type_buf::tests::canonicalize ... ok
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] test media_type_buf::tests::essence ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test media_type_buf::tests::from_parts ... ok
[INFO] [stderr]     |
[INFO] [stdout] test media_type::tests::remove_params ... ok
[INFO] [stderr] 147 |     fn params(&self) -> Params<'_> {
[INFO] [stdout] test media_type_buf::tests::get_param ... ok
[INFO] [stderr]     |                               ++++
[INFO] [stdout] test media_type_buf::tests::hash ... ok
[INFO] [stderr] 
[INFO] [stdout] test media_type_list::tests::empty ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test media_type_list::tests::invalid ... ok
[INFO] [stderr]    --> src/media_type.rs:151:18
[INFO] [stdout] test media_type_list::tests::list ... ok
[INFO] [stderr]     |
[INFO] [stdout] test media_type_list::tests::quoted_params ... ok
[INFO] [stderr] 151 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stdout] test media_type_list::tests::escaped_params ... ok
[INFO] [stderr]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout] test media_type_list::tests::simple ... ok
[INFO] [stderr]     |                  |
[INFO] [stdout] test media_type_list::tests::params ... ok
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stdout] test media_type_list::tests::size_hint ... ok
[INFO] [stderr]     |
[INFO] [stdout] test parse::tests::parse_error ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test value::tests::unquoted_str ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test parse::tests::parse ... ok
[INFO] [stderr]     |
[INFO] [stdout] test media_type::tests::to_string ... ok
[INFO] [stderr] 151 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout] 
[INFO] [stderr]     |                                                    ++++
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]   --> src/media_type_buf.rs:83:15
[INFO] [stdout] running 1 test
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub fn ty(&self) -> Name {
[INFO] [stderr]    |               ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub fn ty(&self) -> Name<'_> {
[INFO] [stderr]    |                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/media_type_buf.rs:89:18
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn subty(&self) -> Name {
[INFO] [stderr]    |                  ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn subty(&self) -> Name<'_> {
[INFO] [stderr]    |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/media_type_buf.rs:95:19
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn suffix(&self) -> Option<Name> {
[INFO] [stderr]    |                   ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn suffix(&self) -> Option<Name<'_>> {
[INFO] [stderr]    |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/media_type_buf.rs:159:19
[INFO] [stderr]     |
[INFO] [stderr] 159 |     pub fn to_ref(&self) -> MediaType {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 159 |     pub fn to_ref(&self) -> MediaType<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/media_type_buf.rs:171:15
[INFO] [stderr]     |
[INFO] [stderr] 171 |     fn params(&self) -> Params {
[INFO] [stderr]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 171 |     fn params(&self) -> Params<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/media_type_buf.rs:175:18
[INFO] [stderr]     |
[INFO] [stderr] 175 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stderr]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 175 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/params.rs:73:15
[INFO] [stderr]    |
[INFO] [stderr] 73 |     fn params(&self) -> Params;
[INFO] [stderr]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 73 |     fn params(&self) -> Params<'_>;
[INFO] [stderr]    |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/params.rs:78:18
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn get_param(&self, name: Name) -> Option<Value>;
[INFO] [stderr]    |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn get_param(&self, name: Name) -> Option<Value<'_>>;
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `mediatype` (lib) generated 10 warnings (run `cargo fix --lib -p mediatype` to apply 10 suggestions)
[INFO] [stderr] warning: `mediatype` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mediatype-64d27c023ed11a15)
[INFO] [stderr]      Running tests/codegen.rs (/opt/rustwide/target/debug/deps/codegen-a31ffd8cd4d41cdd)
[INFO] [stderr]    Doc-tests mediatype
[INFO] [stdout] test generated_code_is_fresh ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/lib.rs - (line 10) ... ok
[INFO] [stdout] test src/media_type.rs - media_type::MediaType<'a>::from_parts (line 66) ... ok
[INFO] [stdout] test src/media_type.rs - media_type::MediaType<'a>::essence (line 130) ... ok
[INFO] [stdout] test src/media_type.rs - media_type::MediaType (line 10) ... ok
[INFO] [stdout] test src/media_type.rs - media_type::MediaType<'a>::new (line 49) ... ok
[INFO] [stdout] test src/media_type_buf.rs - media_type_buf::MediaTypeBuf (line 17) ... ok
[INFO] [stdout] test src/lib.rs - media_type (line 76) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/value.rs - value::Value (line 15) ... ok
[INFO] [stdout] test src/media_type_buf.rs - media_type_buf::MediaTypeBuf::canonicalize (line 126) ... ok
[INFO] [stdout] test src/params.rs - params::WriteParams::set_param (line 87) ... ok
[INFO] [stdout] test src/value.rs - value::Value<'a>::quote (line 85) ... ok
[INFO] [stdout] test src/media_type_list.rs - media_type_list::MediaTypeList (line 5) ... ok
[INFO] [stdout] test src/media_type_buf.rs - media_type_buf::MediaTypeBuf::essence (line 103) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "774fdfdbd951f8435308ca415f762a1d459bddc846b68c156aa54b1e324e7cf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "774fdfdbd951f8435308ca415f762a1d459bddc846b68c156aa54b1e324e7cf1", kill_on_drop: false }`
[INFO] [stdout] 774fdfdbd951f8435308ca415f762a1d459bddc846b68c156aa54b1e324e7cf1
